Welcome![Sign In][Sign Up]
Location:
Search - Matlab Monte Carlo

Search list

[CommunicationM-PSK

Description: 4psk&8psk的matlab实现,采用蒙特卡罗仿真法,计算误码率误比特率,绘制相应曲线-the realization of 4psk&8psk by Matlab tool,it use Monte Carlo way to calculate the BER and draw the graph.
Platform: | Size: 3072 | Author: 王明 | Hits:

[AI-NN-PR我编写的monte carlo随机数发生器

Description: 这是我在matlab环境下编写的产生随机数的源程序,包括产生均匀分布和正态分布,参数接口十分灵活。-in Matlab environment prepared by the random numbers generated by the source code, including the Uniform Distribution and normal distribution, parameter interface is very flexible.
Platform: | Size: 2048 | Author: 存友 | Hits:

[AI-NN-PR我编写的monte carlo随机数发生器检验程序

Description: 该程序用来检验monte carlo随机数的分布是否满足随机性要求。包括独立性检验、均匀性检验和参数检验。-procedures used to test the Monte Carlo random number distribution to satisfy the requirements randomness. Including the independence test, uniform test parameters and test.
Platform: | Size: 3072 | Author: 存友 | Hits:

[Algorithmmontecarlo

Description: 此文件包括蒙特卡罗方法的基本思想及应用,有很多MATLAB实例,是学习蒙特卡罗方法的很好资料。没有解压密码-this document, including the Monte Carlo method and the application of the basic idea, there are many examples of MATLAB study is a good method of Monte Carlo data. No extracting passwords
Platform: | Size: 3679232 | Author: 陈圣 | Hits:

[AI-NN-PRmontecarlomatlab

Description: monte carlo算法的matlab实现,该算法也就是常说的粒子滤波器。-monte carlo algorithms Matlab realize that the algorithm is often said that the particulate filter.
Platform: | Size: 7168 | Author: 鹿角菜 | Hits:

[matlabMatlabmontecarloniuniuniu

Description: 用MATLAB编写的蒙特卡罗算法,用于检测光子成象.非常不错,大牛编写!!!!开发环境:MATLAB-using MATLAB Monte Carlo algorithm for detecting photon imaging. Very good. large cattle prepared! ! ! ! Development environment : MATLAB
Platform: | Size: 3072 | Author: 丁慢 | Hits:

[Program docmontecarlomatlab

Description: 含有蒙特卡罗模拟的原理方法和产生二维随机数的方法,很简单实用-with Monte Carlo simulation method and the principle of random numbers generated by two-dimensional method, it is very simple and practical
Platform: | Size: 84992 | Author: 戴玉婷 | Hits:

[assembly languagem.files

Description: 1. 对薄膜形成与生长中相关物理过程及现象进行分析和建模。 2. 利用蒙特卡罗(Monte Carlo)方法和分子动力学(Molecular Dynamics)方法对薄膜形成与生长过程进行计算机模拟。 3. 对多孔硅形成的模拟。 -1. The film formation and growth of relevant physical processes and phenomena analysis and modeling. 2. Monte Carlo (the Monte Carlo) methods and molecular dynamics (Molecular Dyna mics) method for thin film formation and growth process computer simulation. 3. On the formation of porous silicon simulation.
Platform: | Size: 7168 | Author: nihao | Hits:

[File FormatMATLABmontecarlo1

Description: 用MATLAB实现蒙特卡骂法计算结构可靠度. 针对应用蒙特卡罗直接抽样法解决结构可靠度所遇到的困难,提出利用MATLAB的强大数值计算功能解决此类问题。 -Montecatini MATLAB scolded calculated structural reliability. Against direct Monte Carlo method for sampling Structural Reliability decision by the difficulties encountered, using MATLAB powerful numerical calculation function to solve such problems.
Platform: | Size: 89088 | Author: 左贤君 | Hits:

[source in ebookMATLABMontecarlo

Description: MATLAB金融应用的程序:Monte Carlo Simulation Spread Options 转载
Platform: | Size: 75776 | Author: 真水无味 | Hits:

[matlabMonte-Carlo1

Description: 应用蒙特卡罗模拟方法计算期权价格 统计模拟方法亦称蒙特卡罗(Monte-Carlo)方法.因为通常的教科书几乎不涉及 此内容.了解的人不多。听到过的人又常把它看作是统计力学或核物理等学科的专门工具.很少想到这个方法与自己的科研工作有什么关系。 -Application of Monte Carlo simulation method of calculating the option price statistics, also known as Monte Carlo simulation method (Monte-Carlo) methods. Because textbooks are usually almost do not involve this content. Not many people understand. Heard of people often see it as a statistical mechanics or nuclear physics disciplines, such as specialized tools. Rarely thought about this method and their own research work has anything to do.
Platform: | Size: 1024 | Author: blue8202 | Hits:

[Communication-MobileBERcurve_CV_soft2_QA

Description: Computes BER v EbNo curve for convolutional encoding / soft decision Viterbi decoding scheme assuming BPSK. Brute force Monte Carlo approach is unsatisfactory (takes too long) to find the BER curve. The computation uses a quasi-analytic (QA) technique that relies on the estimation (approximate one) of the information-bits Weight Enumerating Function (WEF) using A simulation of the convolutional encoder. Once the WEF is estimated, the analytic formula for the BER is used.-Computes BER v EbNo curve for convolutional encoding/soft decision Viterbi decoding scheme assuming BPSK. Brute force Monte Carlo approach is unsatisfactory (takes too long) to find the BER curve.The computation uses a quasi-analytic (QA) technique that relies on theestimation (approximate one) of the information-bits Weight Enumerating Function (WEF) usingA simulation of the convolutional encoder. Once the WEF is estimated, the analytic formula for the BER is used.
Platform: | Size: 6144 | Author: joy | Hits:

[AI-NN-PRrjMCMCsa

Description: On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and details are presented in: Christophe Andrieu, Nando de Freitas and Arnaud Doucet. Sequential Bayesian Estimation and Model Selection Applied to Neural Networks . Technical report CUED/F-INFENG/TR 341, Cambridge University Department of Engineering, June 1999. After downloading the file, type "tar -xf version2.tar" to uncompress it. This creates the directory version2 containing the required m files. Go to this directory, load matlab5 and type "smcdemo1". In the header of the demo file, one can select to monitor the simulation progress (with par.doPlot=1) and modify the simulation parameters. -On-Line MCMC Bayesian Model Selection This demo demonstrates how to use the sequential Monte Carlo algorithm with reversible jump MCMC steps to perform model selection in neural networks. We treat both the model dimension (number of neurons) and model parameters as unknowns. The derivation and details are presented in: Christophe Andrieu, Nando de Freitas and Arnaud Doucet. Sequential Bayesian Estimation and Model Selection Applied to Neural Networks . Technical report CUED/F-INFENG/TR 341, Cambridge University Department of Engineering, June 1999. After downloading the file, type "tar-xf version2.tar" to uncompress it. This creates the directory version2 containing the required m files. Go to this directory, load matlab5 and type "smcdemo1". In the header of the demo file, one can select to monitor the simulation progress (with par.doPlot=1) and modify the simulation parameters.
Platform: | Size: 16384 | Author: 徐剑 | Hits:

[Otherthe-montecarlo-application-based-on-MATLAB

Description: 蒙特卡罗方法可以有效地解决复杂的工程问题,而MATLAB具有强大的数值计算功能。将二者结合使用,可以得到高效的解决问题的方法。本文阐述了该方法并通过实例验证了该方法的正确性和优越性。-Monte Carlo method can effectively solve complex engineering problems, and MATLAB has powerful function of numerical calculation. The two in combination, can be cost-effective solution to the problem. This paper describes the methods and examples of the method to verify the correctness and superiority.
Platform: | Size: 120832 | Author: zzh | Hits:

[DocumentsMatlab

Description: 课程设计中首先采用Ising model的思想建立一个二维的模型,然后利用重要性抽样和Monte Carlo方法及其思想模拟铁磁-顺磁相变过程。计算了顺磁物质的能量平均值Ev、热容Cv、磁化强度M及磁化率X的值,进而研究Ev、Cv、M、X与温度T的变化关系并绘制成Ev-T图、Cv-T图、M-T图、X-T图,得出顺磁物质的内能随着温度的升高先增大而后趋于稳定值;热容Cv、磁化率X随着温度的升高先增大后减小;磁化强度M在转变温度Tc处迅速减小为零,找出铁磁相变的转变温度Tc大约为2.35-First of all, curriculum design idea of the Ising model used to establish a two-dimensional model, the importance of sampling and then use Monte Carlo simulation methods and their idea of ferromagnetic- paramagnetic phase transition process. Paramagnetic material calculated average energy Ev, heat capacity Cv, magnetization M and susceptibility X value, and then study Ev, Cv, M, X and temperature changes in the relationship between T and plotted into Ev-T map, Cv- T diagram, MT map, XT maps drawn paramagnetic material can be increased as the temperature increased and then stabilized value heat capacity Cv, magnetic susceptibility X as the temperature increases after the first minus small magnetization M in the transition temperature Tc decreases rapidly to zero Department to identify ferromagnetic phase transition around the transition temperature Tc for 2.35
Platform: | Size: 1553408 | Author: Ellison | Hits:

[matlabMonte-Carlo

Description: 利用matlab实现的蒙特卡罗算法代码,大家可以一起究研一下!-Monte Carlo algorithm is implemented using matlab code, we can study with the study look at!
Platform: | Size: 398336 | Author: 张鹏程 | Hits:

[matlabMonte-Carlo-algorithm

Description: 蒙特卡洛算法一些matlaB程序,可以直接使用-Monte Carlo algorithm
Platform: | Size: 4096 | Author: wang | Hits:

[matlabmonte-carlo-simulation-in-matlab

Description: 蒙特卡洛的原理,其中讲了一些简单的例子,适合初学者-monte carlo simulation with matlab
Platform: | Size: 456704 | Author: majinlong | Hits:

[matlabMONTE

Description: Monte Carlo简单算法,非常基础,主要是随机数的产生(Monte Carlo simple algorithm, very basic, mainly random number generation)
Platform: | Size: 2048 | Author: 海鱼望苍穹 | Hits:

[DocumentsMonte Carlo Methods using Matlab

Description: 蒙特·卡罗方法在金融工程学,宏观经济学,计算物理学(如粒子输运计算、量子热力学计算、空气动力学计算)(The Monte Carlo method is in financial engineering, macroeconomics, Computational Physics (such as particle transport calculation, quantum thermodynamics calculation, aerodynamics calculation))
Platform: | Size: 781312 | Author: on_air | Hits:
« 12 3 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net